Esx Settings Inventory Reports TransitionSummary Clusters TransitionStatus
Esx Settings Inventory Reports TransitionSummary Clusters TransitionStatus
The Esx Settings Inventory Reports TransitionSummary Clusters TransitionStatus enumerated type defines the different type of statuses a given cluster can be during the transition or pre-transition.
Possible values:
NOT_DETECTED
: Transition workflow first needs the com.vmware.esx.settings.inventory.Inventory#extractInstalledImage operation to be executed. This status defines that the com.vmware.esx.settings.inventory.Inventory#extractInstalledImage operation is not executed or the result is not available for a given cluster.DETECTING_IMAGE
: Defines that com.vmware.esx.settings.inventory.Inventory#extractInstalledImage operation is in-progress for a given cluster.ELIGIBLE
: Defines that a given cluster is ready for transition from baseline managed to image managed. This also states that the given cluster is also eligible to be transitioned through the com.vmware.esx.settings.inventory.Inventory#transition workflow. One of the criteria is that the given entity has single installed-image.CLUSTER_LEVEL_CONVERSION_REQUIRED
: Defines that the cluster is not ready for transition from baseline managed to image managed using com.vmware.esx.settings.inventory.Inventory#transition operation. One of the possible reasons could be that the given cluster might have multiple installed images. In such case, the given cluster cannot be transitioned using this workflow but can be done using existing cluster workflow.CONVERTING
: Defines that for a given cluster is getting converted from baseline managed to image managed using com.vmware.esx.settings.inventory.Inventory#transition operation.CONVERTED
: Defines the a given cluster is successfully converted from baseline managed to image managed.
This enumeration was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
NOT_DETECTED,
DETECTING_IMAGE,
ELIGIBLE,
CLUSTER_LEVEL_CONVERSION_REQUIRED,
CONVERTING,
CONVERTED,